additions
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 25 Apr 2006 02:31:59 +0000 (02:31 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 25 Apr 2006 02:31:59 +0000 (02:31 +0000)
docs/reference/gtk/tmpl/gtkfontbutton.sgml
docs/reference/gtk/tmpl/gtkiconview.sgml
docs/reference/gtk/tmpl/gtkimage.sgml
docs/reference/gtk/tmpl/gtktreeview.sgml

index 54c701b6453d1385c3dc488119df689a1497b442..1eda98ee412561649b2af0f4366bdacba7ac4d17 100644 (file)
@@ -20,7 +20,8 @@ dialog to change the font. It is suitable widget for selecting a font in a prefe
 
 <!-- ##### STRUCT GtkFontButton ##### -->
 <para>
-
+The GtkFontButton struct has only private members and should not be used
+directly.
 </para>
 
 
index 9d609e23132b2c7cd1f6617e2c0d67d09f361c7f..bc4969a5cc64375ff68aaac8f1f2a1a66fa03e28 100644 (file)
@@ -180,11 +180,9 @@ A function used by gtk_icon_view_selected_foreach() to map all
 selected rows.  It will be called on every selected row in the view.
 </para>
 
-@icon_view: 
+@icon_view: a #GtkIconView 
 @path: The #GtkTreePath of a selected row
 @data: user data
-<!-- # Unused Parameters # -->
-@model: The #GtkTreeModel being viewed
 
 
 <!-- ##### FUNCTION gtk_icon_view_new ##### -->
@@ -563,15 +561,15 @@ selected rows.  It will be called on every selected row in the view.
 
 <!-- ##### ENUM GtkIconViewDropPosition ##### -->
 <para>
-
+An enum for determining where a dropped item goes.
 </para>
 
-@GTK_ICON_VIEW_NO_DROP: 
-@GTK_ICON_VIEW_DROP_INTO: 
-@GTK_ICON_VIEW_DROP_LEFT: 
-@GTK_ICON_VIEW_DROP_RIGHT: 
-@GTK_ICON_VIEW_DROP_ABOVE: 
-@GTK_ICON_VIEW_DROP_BELOW: 
+@GTK_ICON_VIEW_NO_DROP: no drop possible
+@GTK_ICON_VIEW_DROP_INTO: dropped item replaces the item 
+@GTK_ICON_VIEW_DROP_LEFT: droppped item is inserted to the left 
+@GTK_ICON_VIEW_DROP_RIGHT: dropped item is inserted to the right
+@GTK_ICON_VIEW_DROP_ABOVE: dropped item is inserted above
+@GTK_ICON_VIEW_DROP_BELOW: dropped item is inserted below
 
 <!-- ##### FUNCTION gtk_icon_view_enable_model_drag_source ##### -->
 <para>
index 60afee4b845b7f2623f48f2f368702ba60bcbb4c..4d5c6c22ee976589bc99cd2988fa401252bd80ad 100644 (file)
@@ -189,7 +189,8 @@ functions), but they will all return %NULL values.
 @GTK_IMAGE_STOCK: the widget contains a stock icon name (see <xref linkend="gtk-Stock-Items"/>)
 @GTK_IMAGE_ICON_SET: the widget contains a #GtkIconSet
 @GTK_IMAGE_ANIMATION: the widget contains a #GdkPixbufAnimation
-@GTK_IMAGE_ICON_NAME: 
+@GTK_IMAGE_ICON_NAME: the widget contains a named icon. 
+  This image type was added in GTK+ 2.6 
 
 <!-- ##### FUNCTION gtk_image_get_icon_set ##### -->
 <para>
@@ -437,7 +438,6 @@ functions), but they will all return %NULL values.
 
 @Returns: the #GtkImage
 <!-- # Unused Parameters # -->
-@val: 
 @mask: a #GdkBitmap that indicates which parts of the image should be transparent.
 
 
index 138f3fece6f5f16eb5fd4d810272c2dbea793962..a4c916f3e9b203356dd7417012c444305e0cedd0 100644 (file)
@@ -275,10 +275,10 @@ they work together.
 An enum for determining where a dropped row goes.
 </para>
 
-@GTK_TREE_VIEW_DROP_BEFORE: 
-@GTK_TREE_VIEW_DROP_AFTER: 
-@GTK_TREE_VIEW_DROP_INTO_OR_BEFORE: 
-@GTK_TREE_VIEW_DROP_INTO_OR_AFTER: 
+@GTK_TREE_VIEW_DROP_BEFORE: dropped row is inserted before 
+@GTK_TREE_VIEW_DROP_AFTER: dropped row is inserted after
+@GTK_TREE_VIEW_DROP_INTO_OR_BEFORE: dropped row becomes a child or is inserted before
+@GTK_TREE_VIEW_DROP_INTO_OR_AFTER: dropped row becomes a child or is inserted after
 
 <!-- ##### STRUCT GtkTreeViewPrivate ##### -->
 <para>
@@ -367,8 +367,6 @@ has some similarity to strcmp() returning 0 for equal strings.
 
 @tree_view: 
 @model: 
-<!-- # Unused Parameters # -->
-@tree_model: 
 
 
 <!-- ##### FUNCTION gtk_tree_view_get_selection ##### -->
@@ -387,8 +385,6 @@ has some similarity to strcmp() returning 0 for equal strings.
 
 @tree_view: 
 @Returns: 
-<!-- # Unused Parameters # -->
-@layout: 
 
 
 <!-- ##### FUNCTION gtk_tree_view_set_hadjustment ##### -->
@@ -398,8 +394,6 @@ has some similarity to strcmp() returning 0 for equal strings.
 
 @tree_view: 
 @adjustment: 
-<!-- # Unused Parameters # -->
-@layout: 
 
 
 <!-- ##### FUNCTION gtk_tree_view_get_vadjustment ##### -->
@@ -409,8 +403,6 @@ has some similarity to strcmp() returning 0 for equal strings.
 
 @tree_view: 
 @Returns: 
-<!-- # Unused Parameters # -->
-@layout: 
 
 
 <!-- ##### FUNCTION gtk_tree_view_set_vadjustment ##### -->
@@ -420,8 +412,6 @@ has some similarity to strcmp() returning 0 for equal strings.
 
 @tree_view: 
 @adjustment: 
-<!-- # Unused Parameters # -->
-@layout: 
 
 
 <!-- ##### FUNCTION gtk_tree_view_get_headers_visible ##### -->
@@ -466,8 +456,6 @@ has some similarity to strcmp() returning 0 for equal strings.
 
 @tree_view: 
 @setting: 
-<!-- # Unused Parameters # -->
-@active: 
 
 
 <!-- ##### FUNCTION gtk_tree_view_set_rules_hint ##### -->
@@ -768,8 +756,6 @@ has some similarity to strcmp() returning 0 for equal strings.
 @cell_x: 
 @cell_y: 
 @Returns: 
-<!-- # Unused Parameters # -->
-@window: 
 
 
 <!-- ##### FUNCTION gtk_tree_view_get_cell_area ##### -->
@@ -936,8 +922,6 @@ has some similarity to strcmp() returning 0 for equal strings.
 
 @tree_view: 
 @enable_search: 
-<!-- # Unused Parameters # -->
-@use_search: 
 
 
 <!-- ##### FUNCTION gtk_tree_view_get_enable_search ##### -->
@@ -987,6 +971,54 @@ has some similarity to strcmp() returning 0 for equal strings.
 @search_destroy: 
 
 
+<!-- ##### FUNCTION gtk_tree_view_get_search_entry ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_tree_view_set_search_entry ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@entry: 
+
+
+<!-- ##### USER_FUNCTION GtkTreeViewSearchPositionFunc ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@search_dialog: 
+@user_data: 
+
+
+<!-- ##### FUNCTION gtk_tree_view_get_search_position_func ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_tree_view_set_search_position_func ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@func: 
+@data: 
+@destroy: 
+
+
 <!-- ##### FUNCTION gtk_tree_view_get_fixed_height_mode ##### -->
 <para>